Additions.
authorMatthias Clasen <maclas@gmx.de>
Wed, 12 May 2004 04:32:16 +0000 (04:32 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 12 May 2004 04:32:16 +0000 (04:32 +0000)
Wed May 12 00:30:57 2004  Matthias Clasen  <maclas@gmx.de>

* gdk/tmpl/gcs.sgml: Additions.

docs/reference/ChangeLog
docs/reference/gdk/tmpl/gcs.sgml

index 3579fe24de1d04def84c4b10396dd713eb35e6e5..4b236a7e40ec14dc70d71c115d042eff13ff88b1 100644 (file)
@@ -1,3 +1,7 @@
+Wed May 12 00:30:57 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gdk/tmpl/gcs.sgml: Additions.
+
 2004-05-11  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/tmpl/gtkenums.sgml: Document the selection modes here,
index 8a60b59578cf81aa34ddb923bdd30f89749be828..e18b28fba4a47f4ccb78f03ee66d83fb7cda4524 100644 (file)
@@ -445,11 +445,15 @@ drawn with alternating on and off segments of the
 lengths specified in @dash_list. The manner in
 which the on and off segments are drawn is determined
 by the @line_style value of the GC. (This can
-be changed with gdk_gc_set_line_attributes())
+be changed with gdk_gc_set_line_attributes().)
+</para>
+<para>
+The @dash_offset defines the phase of the pattern, specifying how many
+pixels into the dash-list the pattern should actually begin.
 </para>
 
 @gc: a #GdkGC.
-@dash_offset: the
+@dash_offset: the phase of the dash pattern.
 @dash_list: an array of dash lengths.
 @n: the number of elements in @dash_list.